Welcome![Sign In][Sign Up]
Location:
Search - linux c socket

Search list

[WinSock-NDISlinux下socket编程 c

Description: linux下用c进行socket编程,很多实例,适合初学网络编程者,可以先看看socket编程
Platform: | Size: 2222273 | Author: yinuo2010 | Hits:

[Linux-UnixProgramming with Pthreads.tar

Description: linux 多线程例子-multithreading example
Platform: | Size: 84992 | Author: 朱旭初 | Hits:

[Internet-Networksocket_linux_mfc

Description: Linux下的Socket类 接口函数同MFC类似, 封装底层网络细节API-Linux Socket Interface category MFC with a similar function, Packaging details of the underlying network API
Platform: | Size: 3072 | Author: 王为 | Hits:

[Linux-UnixLinux环境下串口编程

Description: 这是一个linux下的串口编程的源代码。-This is a source code about serial port programming in linux.
Platform: | Size: 2048 | Author: 夏雨 | Hits:

[Internet-Networklinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571392 | Author: 钟文德 | Hits:

[Internet-Networkhttp_client_2.0

Description: 一个简单的http下载程序,用C++在linux下写了一个简单的http下载程序,程序的功能很简单,在终端输入文件所在网址,程序会单线程从服务器上下载该文件到本地。程序里面涉及了socket编程、http协议、二进制文件的写入。-a simple http download and use under linux C wrote in a simple http download procedure is very simple function of the input terminal is located site will be single-threaded process from the server to download the file to the local. Inside the socket programming involved, http agreement, write a binary file.
Platform: | Size: 5120 | Author: 丁丁 | Hits:

[Linux-UnixLinux_Socket_Programming

Description: linux socket program in c/c-program in c/c
Platform: | Size: 963584 | Author: 何艺红 | Hits:

[Internet-Networkunix-socket

Description: unix环境下socket编程服务器端示例。开发环境:gcc、vim。在linux和solaris上测试通过-unix environment server socket programming examples. Development environment : gcc, vim. Solaris and the Linux on the test
Platform: | Size: 1024 | Author: 能通 | Hits:

[Internet-Networklinux_socket

Description: 是关于linux下socket通信的源代码,只要定义好服务器端、客户端的IP和端口号,就可以进行网络通信-under socket communications source code, as long as the definition of a good server. Client IP and port number, it can implement network communications
Platform: | Size: 61440 | Author: 袁旗平 | Hits:

[Internet-Networksocketonlinux

Description: socket 网络编程的具体实现方法,其中源码有注释,不要错过啊-socket network programming to the specific method, a source notes, not to miss ah
Platform: | Size: 3072 | Author: 李洪臣 | Hits:

[Embeded Linuxsocket_linux

Description: 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序-Embedded Linux System socket communication procedures, including server and client programs
Platform: | Size: 27648 | Author: 许永贤 | Hits:

[Internet-Networksocket

Description: 使用VC写的关于windows和linux之间利用套接字实现通讯的源代码-VC wrote on the use of windows and linux use socket to achieve communication between the source code
Platform: | Size: 80896 | Author: 李正 | Hits:

[Internet-Networksocket-windows-linux

Description: windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
Platform: | Size: 33792 | Author: spring | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Internet-Networkberkeley

Description: linux c network socket
Platform: | Size: 494592 | Author: 还是 | Hits:

[Embeded-SCM Developsocket

Description: linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
Platform: | Size: 1024 | Author: songzi | Hits:

[Internet-NetworkTCP.IP.Sockets.in.C.Practical.Guide.for.Programmer

Description: linux下socket编程,c语言版本,大师的经典之作,做socket编程不得不看,但是是外文的,不过经典的东西往往都是外文的-linux under the socket programming, c language version, the master' s classic, do socket programming had to look at, but it is in foreign languages, but the classic things that are often in foreign languages. .
Platform: | Size: 6346752 | Author: | Hits:

[Communication-Mobilesocket

Description: 单线程并发服务器(select) 编程. errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation of thread pool logic for httpd and config.
Platform: | Size: 1024 | Author: allen | Hits:

[Linux-UnixSOCKET-Linux-chat

Description: 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
Platform: | Size: 144384 | Author: | Hits:

[Linux环境 C++ socket 客户端 服务端简单详细Demo

Description: Linux下简单的C++ socket编程.doc(c++ socket(on linux))
Platform: | Size: 15360 | Author: fly009911 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net